home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00274.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  348 b   |  15 lines

  1. on mouseDown
  2.   puppetSprite(24, 1)
  3.   set the memberNum of sprite 24 to the number of member "SH4 DOWN.PICT"
  4.   updateStage()
  5. end
  6.  
  7. on mouseUp
  8.   set the memberNum of sprite 24 to the number of member "SH4 UP.PICT"
  9.   if the memberNum of sprite 5 <> 0 then
  10.     set the movieTime of sprite 5 to 31578
  11.     updateStage()
  12.   end if
  13.   puppetSprite(24, 0)
  14. end
  15.